home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TLICENSEFORM / TLICENSEFORM.txt
Text File  |  1997-06-09  |  2KB  |  81 lines

  1. object LicenseForm: TLicenseForm
  2.   Left = 240
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'zMUD License'
  6.   ClientHeight = 286
  7.   ClientWidth = 488
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 488
  21.     Height = 247
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     BorderWidth = 8
  25.     TabOrder = 0
  26.     object MainMemo: TMemo
  27.       Left = 10
  28.       Top = 10
  29.       Width = 468
  30.       Height = 227
  31.       TabStop = False
  32.       Align = alClient
  33.       Font.Color = clWindowText
  34.       Font.Height = -15
  35.       Font.Name = 'Courier'
  36.       Font.Style = []
  37.       ParentFont = False
  38.       ReadOnly = True
  39.       ScrollBars = ssBoth
  40.       TabOrder = 0
  41.     end
  42.   end
  43.   object Panel2: TPanel
  44.     Left = 0
  45.     Top = 247
  46.     Width = 488
  47.     Height = 39
  48.     Align = alBottom
  49.     BevelOuter = bvNone
  50.     TabOrder = 1
  51.     object OKBtn: TBitBtn
  52.       Left = 7
  53.       Top = 7
  54.       Width = 195
  55.       Height = 26
  56.       Caption = 'Yes, I Accept these terms'
  57.       Font.Color = clBtnText
  58.       Font.Height = -10
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       TabOrder = 0
  63.       Kind = bkOK
  64.     end
  65.     object CancelBtn: TBitBtn
  66.       Left = 286
  67.       Top = 7
  68.       Width = 196
  69.       Height = 26
  70.       Caption = 'No, I do NOT Accept these terms'
  71.       Font.Color = clBtnText
  72.       Font.Height = -10
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       TabOrder = 1
  77.       Kind = bkCancel
  78.     end
  79.   end
  80. end
  81.